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 | 11100001100111110011111100111111100101110101000100111111100000011100110101000010 | e19f3f3f97513f81cd42 |
EUC-JP | 癲??猷?∀B | 11100010101000010011111100111111110011011011001000111111101000101100111101000010 | e2a13f3fcdb23fa2cf42 |
UTF-8 | 癲쒕쑑猷쀧∀B | 11100111100110011011001011101100100100101001010111101100100100011001000111100111100011001011011111101100100000001010011111100010100010001000000001000010 | e799b2ec9295ec9191e78cb7ec80a7e2888042 |
UHC | 癲쒕쑑猷쀧∀B | 11101111101001101001110011101011100111001011000011101011101000111001011111100111101000101010001101000010 | efa69ceb9cb0eba397e7a2a342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)