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 | 節ワ숴臟쩈 | 111001111010111110000000111000111000001110101111111011001000100010110100111010001000011110011111111011001010100110001000 | e7af80e383afec88b4e8879feca988 |
UHC | 節ワ숴臟쩈 | 11101111101111011010101111101111101111011010010011101101111101001010010101000010 | efbdabefbda4edf4a542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)