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 | 櫻??伊?$ | 100111110100111000111111001111111000100011001001001111111000000110010000 | 9f4e3f3f88c93f8190 |
EUC-JP | 櫻??伊?$ | 110111011010111100111111001111111011000011001011001111111010000111110000 | ddaf3f3fb0cb3fa1f0 |
UTF-8 | 櫻뗣굠伊ㅵ$ | 111001101010101110111011111010111001011110100011111010101011010110100000111001001011110010001010111000111000010110110101111011111011110010000100 | e6abbbeb97a3eab5a0e4bc8ae385b5efbc84 |
UHC | 櫻뗣굠伊ㅵ$ | 111001011010000110001011111000111000001010001000111011001010010110100100111001011010001110100100 | e5a18be38288eca5a4e5a3a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)