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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 牴蓼籵牴 | 1110000010110000111001001111100011100010111000001110000010110000 | e0b0e4f8e2e0e0b0 |
EUC-JP | 牴蓼籵牴 | 1110000010110010111010001111101011100100111000101110000010110010 | e0b2e8fae4e2e0b2 |
UTF-8 | 牴蓼籵牴 | 111001111000100110110100111010001001001110111100111001111011000110110101111001111000100110110100 | e789b4e893bce7b1b5e789b4 |
UHC | ?蓼?? | 0011111111010110111111100011111100111111 | 3fd6fe3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)