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 | 誼??議 | 100010110110001000111111001111111000101101100011 | 8b623f3f8b63 |
EUC-JP | 誼??議 | 101101011100001100111111001111111011010111000100 | b5c33f3fb5c4 |
UTF-8 | 誼묌씄議 | 111010001010101010111100111010111010110010001100111011001001010010000100111010001010110110110000 | e8aabcebac8cec9484e8adb0 |
UHC | 誼묌씄議 | 1110101111111110100100011110100110011101100111001110110010100001 | ebfe91e99d9ceca1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)