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 | 顰懷生ヘ | 11101000111111001001110011100101100100001011011011001101 | e8fc9ce590b6cd |
EUC-JP | 顰懷生ヘ | 1111000011111110110110001110011111000000101110001000111011001101 | f0fed8e7c0b88ecd |
UTF-8 | 顰懷生ヘ | 111010011010000110110000111001101000011110110111111001111001010010011111111011111011111010001101 | e9a1b0e687b7e7949fefbe8d |
UHC | ?懷生? | 001111111111110011100011110111111110011000111111 | 3ffce3dfe63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)