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 | 逋イホサ寘孝 | 111001111001100110110010110011101011101111111010101010011000110101000110 | e799b2cebbfaa98d46 |
EUC-JP | 逋イホサ寘孝 | 11101101111110011000111010110010100011101100111010001110101110111000111110111010111000011011100110100111 | edf98eb28ece8ebb8fbae1b9a7 |
UTF-8 | 逋イホサ寘孝 | 111010011000000010001011111011111011110110110010111011111011111010001110111011111011110110111011111001011010111110011000111001011010110110011101 | e9808befbdb2efbe8eefbdbbe5af98e5ad9d |
UHC | 逋????孝 | 1111100011100111001111110011111100111111001111111111110011111000 | f8e73f3f3f3ffcf8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)