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 | ??悉癰 | 001111110011111110001110101110111110000110011110 | 3f3f8ebbe19e |
EUC-JP | ??悉癰 | 001111110011111110111100101111011110000111111110 | 3f3fbcbde1fe |
UTF-8 | 뤝밤悉癰 | 111010111010010010011101111010111011000010100100111001101000001010001001111001111001100110110000 | eba49debb0a4e68289e799b0 |
UHC | 뤝밤悉癰 | 1000111111001100101110011110001111100011111110101110100010111001 | 8fccb9e3e3fae8b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)