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 | 永??違?┥ | 100010010110100100111111001111111000100011100001001111111000010010111100 | 89693f3f88e13f84bc |
EUC-JP | 永??違?┥ | 101100011100101000111111001111111011000011100011001111111010100010111110 | b1ca3f3fb0e33fa8be |
UTF-8 | 永띕쉐違쏙┥ | 111001101011000010111000111010111001110110010101111011001000100110010000111010011000000110010101111011001000111110011001111000101001010010100101 | e6b0b8eb9d95ec8990e98195ec8f99e294a5 |
UHC | 永띕쉐違쏙┥ | 111001111011010110110110111010111011110110100110111010101101111010111101111011111010011010111110 | e7b5b6ebbda6eadebdefa6be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)