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 | 浴??隘?? | 1001011110000001001111110011111111101000101001010011111100111111 | 97813f3fe8a53f3f |
EUC-JP | 浴??隘?? | 1100110111100001001111110011111111110000101001110011111100111111 | cde13f3ff0a73f3f |
UTF-8 | 浴덂뜏隘녵많 | 111001101011010110110100111010111000110110000010111010111001110010001111111010011001101010011000111010111000010110110101111010111010011110001110 | e6b5b4eb8d82eb9c8fe99a98eb85b5eba78e |
UHC | 浴덂뜏隘녵많 | 111010011011000110001000111001011000110110010010111001001111011010000110111001001011100010111001 | e9b188e58d92e4f686e4b8b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)