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 | 111001010101110100111111001111111110010101011101001111110011111101000010 | e55d3f3fe55d3f3f42 |
EUC-JP | 蘊??蘊??B | 111010011011111000111111001111111110100110111110001111110011111101000010 | e9be3f3fe9be3f3f42 |
UTF-8 | 蘊딀래蘊딀래B | 11101000100110001000101011101011100101001000000011101011100111101001100011101000100110001000101011101011100101001000000011101011100111101001100001000010 | e8988aeb9480eb9e98e8988aeb9480eb9e9842 |
UHC | 蘊딀래蘊딀래B | 11101000101100111000101011100110101101111010000111101000101100111000101011100110101101111010000101000010 | e8b38ae6b7a1e8b38ae6b7a142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)