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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 餓??淫?? | 1000100111101100001111110011111110001000111110100011111100111111 | 89ec3f3f88fa3f3f |
EUC-JP | 餓??淫?? | 1011001011101110001111110011111110110000111111000011111100111111 | b2ee3f3fb0fc3f3f |
UTF-8 | 餓숈넚淫쒍퍢 | 111010011010010010010011111011001000100010001000111010111000010010011010111001101011011110101011111011001001001010001101111011011000110110100010 | e9a493ec8888eb849ae6b7abec928ded8da2 |
UHC | 餓숈넚淫쒍퍢 | 111001001011101110011001111011001000011010100001111010111110001010011100111001001011101110011001 | e4bb99ec86a1ebe29ce4bb99 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)