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 | 永??鎰?┷ | 100010010110100100111111001111111110100001001100001111111000010010111000 | 89693f3fe84c3f84b8 |
EUC-JP | 永??鎰?┷ | 101100011100101000111111001111111110111110101101001111111010100010111010 | b1ca3f3fefad3fa8ba |
UTF-8 | 永띕엪鎰뚳┷ | 111001101011000010111000111010111001110110010101111011001001011110101010111010011000111010110000111010111001101010110011111000101001010010110111 | e6b0b8eb9d95ec97aae98eb0eb9ab3e294b7 |
UHC | 永띕엪鎰뚳┷ | 111001111011010110110110111010111001111010000011111011001111000010001100111011111010011010111010 | e7b5b6eb9e83ecf08cefa6ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)