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 | 遙λ?宥?? | 111010101010000110000011110010010011111110010111010001110011111100111111 | eaa183c93f97473f3f |
EUC-JP | 遙λ?宥?? | 111101001010001110100110110010110011111111001101101010000011111100111111 | f4a3a6cb3fcda83f3f |
UTF-8 | 遙λ슞宥썽툣 | 1110100110000001100110011100111010111011111011001000101010011110111001011010111010100101111011001000110110111101111011011000100010100011 | e98199cebbec8a9ee5aea5ec8dbded88a3 |
UHC | 遙λ슞宥썽툣 | 111010011010101110100101111010111001101010101010111010101110100110111101111010011011100010011010 | e9aba5eb9aaaeae9bde9b89a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)