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 | 踟イホサ寘孝 | 111001101111011110110010110011101011101111111010101010011000110101000110 | e6f7b2cebbfaa98d46 |
EUC-JP | 踟イホサ寘孝 | 11101100111110011000111010110010100011101100111010001110101110111000111110111010111000011011100110100111 | ecf98eb28ece8ebb8fbae1b9a7 |
UTF-8 | 踟イホサ寘孝 | 111010001011100010011111111011111011110110110010111011111011111010001110111011111011110110111011111001011010111110011000111001011010110110011101 | e8b89fefbdb2efbe8eefbdbbe5af98e5ad9d |
UHC | ?????孝 | 00111111001111110011111100111111001111111111110011111000 | 3f3f3f3f3ffcf8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)