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 | 訝?ぜ絶?? | 111001100110001000111111100000101011101010010000111000100011111100111111 | e6623f82ba90e23f3f |
EUC-JP | 訝?ぜ絶?? | 111010111100001100111111101001001011110011000000111001000011111100111111 | ebc33fa4bcc0e43f3f |
UTF-8 | 訝딃ぜ絶숂뮵 | 111010001010100010011101111010111001010010000011111000111000000110011100111001111011010110110110111011001000100010000010111010111010111010110101 | e8a89deb9483e3819ce7b5b6ec8882ebaeb5 |
UHC | 訝딃ぜ絶숂뮵 | 111001001011100010001010111010011010101010111100111011111011111010011001111001111001001010111101 | e4b88ae9aabcefbe99e792bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)