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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 耀??倚?┯ | 100101110111001100111111001111111001100011011111001111111000010010110110 | 97733f3f98df3f84b6 |
EUC-JP | 耀??倚?┯ | 110011011101010000111111001111111101000011100001001111111010100010111000 | cdd43f3fd0e13fa8b8 |
UTF-8 | 耀믠벃倚믭┯ | 111010001000000010000000111010111010111110100000111010111011001010000011111001011000000010011010111010111010111110101101111000101001010010101111 | e88080ebafa0ebb283e5809aebafade294af |
UHC | 耀믠벃倚믭┯ | 111010011010010110010010111000101001001110101001111010111110111110010010111011111010011010111000 | e9a592e293a9ebef92efa6b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)