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 | ???釗?? | 00111111001111110011111111111011101110110011111100111111 | 3f3f3ffbbb3f3f |
EUC-JP | 縕??釗?? | 10001111110101001100001000111111001111111000111111100011101001100011111100111111 | 8fd4c23f3f8fe3a63f3f |
UTF-8 | 縕욌떣釗쀦틦 | 111001111011100010010101111011001001101010001100111010111001011010100011111010011000011110010111111011001000000010100110111011011000101110100110 | e7b895ec9a8ceb96a3e98797ec80a6ed8ba6 |
UHC | 縕욌떣釗쀦틦 | 111010001011001010011110111010111000101110110111111000011111001010010111111001101011101010010000 | e8b29eeb8bb7e1f297e6ba90 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)