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 | 001111110011111110000010101100000011111110011100011110110011111101000010 | 3f3f82b03f9c7b3f42 |
EUC-JP | ??げ?悳?B | 001111110011111110100100101100100011111111010111110111000011111101000010 | 3f3fa4b23fd7dc3f42 |
UTF-8 | 룴컦げ룵悳㈒B | 11101011101000111011010011101100101110111010011011100011100000011001001011101011101000111011010111100110100000101011001111100011100010001001001001000010 | eba3b4ecbba6e38192eba3b5e682b3e3889242 |
UHC | 룴컦げ룵悳㈒B | 10001111101010011011000010001111101010101011001010001111101010101101001111101101101010011100001101000010 | 8fa9b08faab28faad3eda9c342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)