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 | 涅??夷ョ? | 100111111011100000111111001111111000100011001110100000111000011100111111 | 9fb83f3f88ce83873f |
EUC-JP | 涅??夷ョ? | 110111101011101000111111001111111011000011010000101001011110011100111111 | deba3f3fb0d0a5e73f |
UTF-8 | 涅곕끂夷ョ뵺 | 111001101011011010000101111010101011001110010101111010111000000110000010111001011010010010110111111000111000001110100111111010111011010110111010 | e6b685eab395eb8182e5a4b7e383a7ebb5ba |
UHC | 涅곕끂夷ョ뵺 | 111001101110111010110000111010111000010110111000111011001010100010101011111001111001010010111000 | e6eeb0eb85b8eca8abe794b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)