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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | 凋?????? | 1001001010011100001111110011111100111111001111110011111100111111 | 929c3f3f3f3f3f3f |
EUC-JP | 凋?????? | 1100001111111100001111110011111100111111001111110011111100111111 | c3fc3f3f3f3f3f3f |
UTF-8 | 凋닺렫렲罹뀜렯 | 111001011000011110001011111010111000101110111010111010111010000010101011111010111010000010110010111011111010011110100110111010111000000010011100111010111010000010101111 | e5878beb8bbaeba0abeba0b2efa7a6eb809ceba0af |
UHC | 凋닺렫렲罹뀜렯 | 1111000010111101101101001110100010001110101110011000111010111111111011001011101010110010111100011000111010111100 | f0bdb4e88eb98ebfecbab2f18ebc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)