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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | ??辰??辰B | 001111110011111110010010010000110011111100111111100100100100001101000010 | 3f3f92433f3f924342 |
EUC-JP | ??辰??辰B | 001111110011111111000011101001000011111100111111110000111010010001000010 | 3f3fc3a43f3fc3a442 |
UTF-8 | 롔렶辰롔렶辰B | 11101011101000011001010011101011101000001011011011101000101111101011000011101011101000011001010011101011101000001011011011101000101111101011000001000010 | eba194eba0b6e8beb0eba194eba0b6e8beb042 |
UHC | 롔렶辰롔렶辰B | 10001110110110001000111011000001111100101110001110001110110110001000111011000001111100101110001101000010 | 8ed88ec1f2e38ed88ec1f2e342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)