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 | ???謠??? | 0011111100111111001111111110011010001111001111110011111100111111 | 3f3f3fe68f3f3f3f |
EUC-JP | ???謠??? | 0011111100111111001111111110101111101111001111110011111100111111 | 3f3f3febef3f3f3f |
UTF-8 | 了띈구謠계츓凉 | 111011111010011010111010111010111001110110001000111010101011010110101100111010001010110010100000111010101011001110000100111011001011100010010011111011111010010110111001 | efa6baeb9d88eab5ace8aca0eab384ecb893efa5b9 |
UHC | 了띈구謠계츓凉 | 1110100011100111101101101110100010110001101110001110100110101010101100001110100010101110100011101110010110111100 | e8e7b6e8b1b8e9aab0e8ae8ee5bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)