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 | ?氓m蹙 | 00111111100111111000001010000010100011011110011101000101 | 3f9f82828de745 |
EUC-JP | ?氓m蹙 | 00111111110111011110001010100011111011011110110110100110 | 3fdde2a3ededa6 |
UTF-8 | 뤗氓m蹙 | 111010111010010010010111111001101011000010010011111011111011110110001101111010001011100110011001 | eba497e6b093efbd8de8b999 |
UHC | 뤗氓m蹙 | 1000111111000111110110001110110010100011111011011111010111101100 | 8fc7d8eca3edf5ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)