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 | 霓フ骼ォ蒔 | 1110100010111101110011001110100110001110101010111000111010101010 | e8bdcce98eab8eaa |
EUC-JP | 霓フ骼ォ蒔 | 11110000101111111000111011001100111100011110111010001110101010111011110010101100 | f0bf8eccf1ee8eabbcac |
UTF-8 | 霓フ骼ォ蒔 | 111010011001110010010011111011111011111010001100111010011010101010111100111011111011110110101011111010001001001010010100 | e99c93efbe8ce9aabcefbdabe89294 |
UHC | 霓???蒔 | 11100111111001110011111100111111001111111110001111001000 | e7e73f3f3fe3c8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)