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 | 蘊??穩 | 111001010101110100111111001111111110001001110010 | e55d3f3fe272 |
EUC-JP | 蘊??穩 | 111010011011111000111111001111111110001111010011 | e9be3f3fe3d3 |
UTF-8 | 蘊덃닁穩 | 111010001001100010001010111010111000110110000011111010111000101110000001111001111010100110101001 | e8988aeb8d83eb8b81e7a9a9 |
UHC | 蘊덃닁穩 | 1110100010110011100010001110011010001000100010101110100010110001 | e8b388e6888ae8b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)