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 | 爭?肄??? | 1110000010100101001111111110001111100101001111110011111100111111 | e0a53fe3e53f3f3f |
EUC-JP | 爭?肄??? | 1110000010100111001111111110011011100111001111110011111100111111 | e0a73fe6e73f3f3f |
UTF-8 | 爭렏肄쯔렒렑 | 111001111000100010101101111010111010000010001111111010001000001010000100111011001010111110010100111010111010000010010010111010111010000010010001 | e788adeba08fe88284ecaf94eba092eba091 |
UHC | 爭렏肄쯔렒렑 | 111011101011001110001110101001011110110010111101110000101110101010001110101001111000111010100110 | eeb38ea5ecbdc2ea8ea78ea6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)