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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 訝?ぜ節 | 11100110011000100011111110000010101110101001000011011111 | e6623f82ba90df |
EUC-JP | 訝?ぜ節 | 11101011110000110011111110100100101111001100000011100001 | ebc33fa4bcc0e1 |
UTF-8 | 訝딃ぜ節 | 111010001010100010011101111010111001010010000011111000111000000110011100111001111010111110000000 | e8a89deb9483e3819ce7af80 |
UHC | 訝딃ぜ節 | 1110010010111000100010101110100110101010101111001110111110111101 | e4b88ae9aabcefbd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)