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 | 甚o?鼇 | 10010000011100101000001010001111001111111110101010000111 | 9072828f3fea87 |
EUC-JP | 甚o?鼇 | 10111111110100111010001111101111001111111111001111100111 | bfd3a3ef3ff3e7 |
UTF-8 | 甚o숲鼇 | 111001111001010010011010111011111011110110001111111011001000100010110010111010011011110010000111 | e7949aefbd8fec88b2e9bc87 |
UHC | 甚o숲鼇 | 1110010010100100101000111110111110111101101000111110100010101000 | e4a4a3efbda3e8a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)