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 | ???LB | 0011111100111111001111110100110001000010 | 3f3f3f4c42 |
SJIS-WIN | 辰単足LB | 1001001001000011100100100101000010010001101010110100110001000010 | 9243925091ab4c42 |
EUC-JP | 辰単足LB | 1100001110100100110000111011000111000010101011010100110001000010 | c3a4c3b1c2ad4c42 |
UTF-8 | 辰単足LB | 1110100010111110101100001110010110001101100110001110100010110110101100110100110001000010 | e8beb0e58d98e8b6b34c42 |
UHC | 辰?足LB | 11110010111000110011111111110000111010110100110001000010 | f2e33ff0eb4c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)