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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 癲??侑? | 11100001100111110011111100111111100110001101000000111111 | e19f3f3f98d03f |
EUC-JP | 癲??侑? | 11100010101000010011111100111111110100001101001000111111 | e2a13f3fd0d23f |
UTF-8 | 癲뤄퐟侑욪 | 111001111001100110110010111010111010010010000100111011011001000010011111111001001011111010010001111011001001101010101010 | e799b2eba484ed909fe4be91ec9aaa |
UHC | 癲뤄퐟侑욪 | 11101111101001101011011111101111101111011000100011101010111000101001111101000010 | efa6b7efbd88eae29f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)