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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 逸??節?? | 1000100011101101001111110011111110010000110111110011111100111111 | 88ed3f3f90df3f3f |
EUC-JP | 逸??節?? | 1011000011101111001111110011111111000000111000010011111100111111 | b0ef3f3fc0e13f3f |
UTF-8 | 逸쒒궚節숉몴 | 111010011000000010111000111011001001001010010010111010101011011010011010111001111010111110000000111011001000100010001001111010111010101010110100 | e980b8ec9292eab69ae7af80ec8889ebaab4 |
UHC | 逸쒒궚節숉몴 | 111011001110111110011100111010011000001010101111111011111011110110011001111011011001000110011100 | ecef9ce982afefbd99ed919c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)