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 | ???節①ジ | 001111110011111100111111100100001101111110000111010000001000001101010111 | 3f3f3f90df87408357 |
EUC-JP | 縕??節?ジ | 10001111110101001100001000111111001111111100000011100001001111111010010110111000 | 8fd4c23f3fc0e13fa5b8 |
UTF-8 | 縕끻넇節①ジ | 111001111011100010010101111010111000000110111011111010111000010010000111111001111010111110000000111000101001000110100000111000111000001010111000 | e7b895eb81bbeb8487e7af80e291a0e382b8 |
UHC | 縕끻넇節①ジ | 111010001011001010000101111001011000011010010111111011111011110110101000111001111010101110111000 | e8b285e58697efbda8e7abb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)