To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 獄?=? | 100011011001011000111111100000011000000100111111 | 8d963f81813f |
EUC-JP | 獄?=? | 101110011111011000111111101000011110000100111111 | b9f63fa1e13f |
UTF-8 | 獄졾=若 | 111001111000110110000100111011001010000110111110111011111011110010011101111011111010010110110100 | e78d84eca1beefbc9defa5b4 |
UHC | 獄졾=若 | 1110100010101011101000001110010110100011101111011110010110101110 | e8aba0e5a3bde5ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)