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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 蓍紫ウ | 1110010011100111100011101000011110110011 | e4e78e87b3 |
EUC-JP | 蓍紫ウ | 111010001110100110111011111001111000111010110011 | e8e9bbe78eb3 |
UTF-8 | 蓍紫ウ | 111010001001001110001101111001111011010010101011111011111011110110110011 | e8938de7b4abefbdb3 |
UHC | 蓍紫? | 1110001111001001111011011011100100111111 | e3c9edb93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)