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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ?訥ヂ??ゅ^ | 00111111111001100110001110000011011000010011111100111111100000101110001101011110 | 3fe66383613f3f82e35e |
EUC-JP | ?訥ヂ??ゅ^ | 00111111111010111100010010100101110000100011111100111111101001001110010101011110 | 3febc4a5c23f3fa4e55e |
UTF-8 | 룵訥ヂ룶첂ゅ^ | 11101011101000111011010111101000101010001010010111100011100000111000001011101011101000111011011011101100101100101000001011100011100000101000010101011110 | eba3b5e8a8a5e38382eba3b6ecb282e382855e |
UHC | 룵訥ヂ룶첂ゅ^ | 10001111101010101101001011101101101010111100001010001111101010111010101010001111101010101110010101011110 | 8faad2edabc28fabaa8faae55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)