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 | ??だ?訥あ^ | 00111111001111111000001010111110001111111110011001100011100000101010000001011110 | 3f3f82be3fe66382a05e |
EUC-JP | ??だ?訥あ^ | 00111111001111111010010011000000001111111110101111000100101001001010001001011110 | 3f3fa4c03febc4a4a25e |
UTF-8 | 룶퓦だ룶訥あ^ | 11101011101000111011011011101101100100111010011011100011100000011010000011101011101000111011011011101000101010001010010111100011100000011000001001011110 | eba3b6ed93a6e381a0eba3b6e8a8a5e381825e |
UHC | 룶퓦だ룶訥あ^ | 10001111101010111011111110001111101010101100000010001111101010111101001011101101101010101010001001011110 | 8fabbf8faac08fabd2edaaa25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)