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?? | 001111110011111100111111011010000011111100111111 | 3f3f3f683f3f |
SJIS-WIN | ???h?? | 001111110011111100111111011010000011111100111111 | 3f3f3f683f3f |
EUC-JP | ???h?? | 001111110011111100111111011010000011111100111111 | 3f3f3f683f3f |
UTF-8 | 歷됵펶h歷됵 | 11101111101001101000110011101011100100001011010111101101100011101011011001101000111011111010011010001100111010111001000010110101 | efa68ceb90b5ed8eb668efa68ceb90b5 |
UHC | 歷됵펶h歷됵 | 1110011010111000100010011110111110111100100001110110100011100110101110001000100111101111 | e6b889efbc8768e6b889ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)