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 | 遙??謠?? | 1110101010100001001111110011111111100110100011110011111100111111 | eaa13f3fe68f3f3f |
EUC-JP | 遙??謠?? | 1111010010100011001111110011111111101011111011110011111100111111 | f4a33f3febef3f3f |
UTF-8 | 遙쒙풙謠쇽쉘 | 111010011000000110011001111011001001001010011001111011011001001010011001111010001010110010100000111011001000011110111101111011001000100110011000 | e98199ec9299ed9299e8aca0ec87bdec8998 |
UHC | 遙쒙풙謠쇽쉘 | 111010011010101110011100111011111011111010011100111010011010101010111100111011111011110110101001 | e9ab9cefbe9ce9aabcefbda9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)