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 | 0011111100111111001111110011111100111111001111110100110001000010 | 3f3f3f3f3f3f4c42 |
SJIS-WIN | ??????LB | 0011111100111111001111110011111100111111001111110100110001000010 | 3f3f3f3f3f3f4c42 |
EUC-JP | ??????LB | 0011111100111111001111110011111100111111001111110100110001000010 | 3f3f3f3f3f3f4c42 |
UTF-8 | 묭뫓뫛묯뫊뫅LB | 1110101110101100101011011110101110101011100100111110101110101011100110111110101110101100101011111110101110101011100010101110101110101011100001010100110001000010 | ebacadebab93ebab9bebacafebab8aebab854c42 |
UHC | 묭뫓뫛묯뫊뫅LB | 1001001001000100100100011011010110010001101110111001001001000110100100011010110010010001101010000100110001000010 | 924491b591bb924691ac91a84c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)