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 | ????@h | 001111110011111100111111001111110100000001101000 | 3f3f3f3f4068 |
SJIS-WIN | 吟?瀞?@h | 1000101111100001001111111001001111010010001111110100000001101000 | 8be13f93d23f4068 |
EUC-JP | 吟?瀞?@h | 1011011011100011001111111100011011010100001111110100000001101000 | b6e33fc6d43f4068 |
UTF-8 | 吟렞瀞텅@h | 1110010110010000100111111110101110100000100111101110011110000000100111101110110110000101100001010100000001101000 | e5909feba09ee7809eed85854068 |
UHC | 吟렞瀞텅@h | 11101011111000011000111010101111111011111110011111000101110101100100000001101000 | ebe18eafefe7c5d64068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)