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 | 訝?ぐ訝?? | 111001100110001000111111100000101010111011100110011000100011111100111111 | e6623f82aee6623f3f |
EUC-JP | 訝?ぐ訝?? | 111010111100001100111111101001001011000011101011110000110011111100111111 | ebc33fa4b0ebc33f3f |
UTF-8 | 訝배ぐ訝백걫 | 111010001010100010011101111010111011000010110000111000111000000110010000111010001010100010011101111010111011000010110001111010101011000110101011 | e8a89debb0b0e38190e8a89debb0b1eab1ab |
UHC | 訝배ぐ訝백걫 | 111001001011100010111001111010001010101010110000111001001011100010111001111010011000000110010100 | e4b8b9e8aab0e4b8b9e98194 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)