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 | 蓿ォ遶滉 | 11100100111100001010101111100111101010111001111111100100 | e4f0abe7ab9fe4 |
EUC-JP | 蓿ォ遶滉 | 1110100011110010100011101010101111101110101011011101111011100110 | e8f28eabeeaddee6 |
UTF-8 | 蓿ォ遶滉 | 111010001001001110111111111011111011110110101011111010011000000110110110111001101011101110001001 | e893bfefbdabe981b6e6bb89 |
UHC | ???滉 | 0011111100111111001111111111110011010001 | 3f3f3ffcd1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)