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 | ????審ひ | 0011111100111111001111110011111110010000010100101000001011010000 | 3f3f3f3f905282d0 |
EUC-JP | ????審ひ | 0011111100111111001111110011111110111111101100111010010011010010 | 3f3f3f3fbfb3a4d2 |
UTF-8 | 렱롐솎양審ひ | 111010111010000010110001111010111010000110010000111011001000011010001110111011001001011010010001111001011010111110101001111000111000000110110010 | eba0b1eba190ec868eec9691e5afa9e381b2 |
UHC | 렱롐솎양審ひ | 100011101011111010001110110101101011110011010100101111101110011111100011111110111010101011010010 | 8ebe8ed6bcd4bee7e3fbaad2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)