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 | l|¾ | 100011010110110010001111011111001001001110111110 | 8d6c8f7c93be |
SJIS-WIN | ?l?|?? | 001111110110110000111111011111000011111100111111 | 3f6c3f7c3f3f |
EUC-JP | ?l?|?? | 001111110110110000111111011111000011111100111111 | 3f6c3f7c3f3f |
UTF-8 | l|¾ | 11000010100011010110110011000010100011110111110011000010100100111100001010111110 | c28d6cc28f7cc293c2be |
UHC | ?l?|?¾ | 00111111011011000011111101111100001111111010100011111010 | 3f6c3f7c3fa8fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)