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 | 帝??? | 1001001011101001001111110011111100111111 | 92e93f3f3f |
EUC-JP | 帝??? | 1100010011101011001111110011111100111111 | c4eb3f3f3f |
UTF-8 | 帝㏘캘뤊 | 111001011011100010011101111000111000111110011000111011001011101010011000111010111010010010001010 | e5b89de38f98ecba98eba48a |
UHC | 帝㏘캘뤊 | 1111000010101000101000101110010011000100101101101000111110111010 | f0a8a2e4c4b68fba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)