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 | ??????[ | 00111111001111110011111100111111001111110011111101011011 | 3f3f3f3f3f3f5b |
SJIS-WIN | ?訥ぴ??ゅ[ | 00111111111001100110001110000010110100100011111100111111100000101110001101011011 | 3fe66382d23f3f82e35b |
EUC-JP | ?訥ぴ??ゅ[ | 00111111111010111100010010100100110101000011111100111111101001001110010101011011 | 3febc4a4d43f3fa4e55b |
UTF-8 | 룶訥ぴ룶첂ゅ[ | 11101011101000111011011011101000101010001010010111100011100000011011010011101011101000111011011011101100101100101000001011100011100000101000010101011011 | eba3b6e8a8a5e381b4eba3b6ecb282e382855b |
UHC | 룶訥ぴ룶첂ゅ[ | 10001111101010111101001011101101101010101101010010001111101010111010101010001111101010101110010101011011 | 8fabd2edaad48fabaa8faae55b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)