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 | ???v???vB | 001111110011111100111111011101100011111100111111001111110111011001000010 | 3f3f3f763f3f3f7642 |
SJIS-WIN | シホvシホvB | 1011110011001110111100101110000001110110101111001100111011110010111000000111011001000010 | bccef2e076bccef2e07642 |
EUC-JP | シホ?vシホ?vB | 10001110101111001000111011001110001111110111011010001110101111001000111011001110001111110111011001000010 | 8ebc8ece3f768ebc8ece3f7642 |
UTF-8 | シホvシホvB | 111011111011110110111100111011111011111010001110111011101000100010010111011101101110111110111101101111001110111110111110100011101110111010001000100101110111011001000010 | efbdbcefbe8eee889776efbdbcefbe8eee88977642 |
UHC | ???v???vB | 001111110011111100111111011101100011111100111111001111110111011001000010 | 3f3f3f763f3f3f7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)