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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 節ワ?臟? | 1001000011011111100000111000111100111111111001000110011000111111 | 90df838f3fe4663f |
EUC-JP | 節ワ?臟? | 1100000011100001101001011110111100111111111001111100011100111111 | c0e1a5ef3fe7c73f |
UTF-8 | 節ワ숯臟쩎 | 111001111010111110000000111000111000001110101111111011001000100010101111111010001000011110011111111011001010100110001110 | e7af80e383afec88afe8879feca98e |
UHC | 節ワ숯臟쩎 | 11101111101111011010101111101111101111011010000111101101111101001010010101000110 | efbdabefbda1edf4a546 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)