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 | 翁??? | 1000100110100101001111110011111100111111 | 89a53f3f3f |
EUC-JP | 翁??邕 | 10110010101001110011111100111111100011111110000111101101 | b2a73f3f8fe1ed |
UTF-8 | 翁딂퍤邕 | 111001111011111110000001111010111001010010000010111011011000110110100100111010011000001010010101 | e7bf81eb9482ed8da4e98295 |
UHC | 翁딂퍤邕 | 1110100010111010100010101110100010111011100110111110100010111011 | e8ba8ae8bb9be8bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)