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 | 霽?臟?議 | 1110100011000111001111111110010001100110001111111000101101100011 | e8c73fe4663f8b63 |
EUC-JP | 霽?臟?議 | 1111000011001001001111111110011111000111001111111011010111000100 | f0c93fe7c73fb5c4 |
UTF-8 | 霽렭臟렮議 | 111010011001110010111101111010111010000010101101111010001000011110011111111010111010000010101110111010001010110110110000 | e99cbdeba0ade8879feba0aee8adb0 |
UHC | 霽렭臟렮議 | 11110000101110001000111010111010111011011111010010001110101110111110110010100001 | f0b88ebaedf48ebbeca1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)