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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | オ」ヘ嶹」ヘⅲ | 101101011010001111001101111110101011010110100011110011011111101001000010 | b5a3cdfab5a3cdfa42 |
EUC-JP | オ」ヘ嶹」ヘ? | 1000111010110101100011101010001110001110110011011000111110111011111101011000111010100011100011101100110100111111 | 8eb58ea38ecd8fbbf58ea38ecd3f |
UTF-8 | オ」ヘ嶹」ヘⅲ | 111011111011110110110101111011111011110110100011111011111011111010001101111001011011011010111001111011111011110110100011111011111011111010001101111000101000010110110010 | efbdb5efbda3efbe8de5b6b9efbda3efbe8de285b2 |
UHC | ??????ⅲ | 0011111100111111001111110011111100111111001111111010010110100011 | 3f3f3f3f3f3fa5a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)