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 | 穩??俺?? | 1110001001110010001111110011111110001001101101000011111100111111 | e2723f3f89b43f3f |
EUC-JP | 穩??俺?? | 1110001111010011001111110011111110110010101101100011111100111111 | e3d33f3fb2b63f3f |
UTF-8 | 穩뺛굧俺븃콝 | 111001111010100110101001111010111011101010011011111010101011010110100111111001001011111110111010111010111011100010000011111011001011110110011101 | e7a9a9ebba9beab5a7e4bfbaebb883ecbd9d |
UHC | 穩뺛굧俺븃콝 | 111010001011000110010101111000111000001010001101111001011110111110111010111010001011000110010101 | e8b195e3828de5efbae8b195 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)