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 | 齊?燼?乙? | 111010101000111000111111111000001001111000111111100010011011001100111111 | ea8e3fe09e3f89b33f |
EUC-JP | 齊?燼?乙? | 111100111110111000111111110111111111111000111111101100101011010100111111 | f3ee3fdffe3fb2b53f |
UTF-8 | 齊렟燼렖乙엔 | 111010011011110110001010111010111010000010011111111001111000011110111100111010111010000010010110111001001011100110011001111011001001011110010100 | e9bd8aeba09fe787bceba096e4b999ec9794 |
UHC | 齊렟燼렖乙엔 | 111100001011101010001110101100001110001111101000100011101010101111101011111000001011111110100011 | f0ba8eb0e3e88eabebe0bfa3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)