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 | 譽????ぐ | 1110011010100011001111110011111100111111001111111000001010101110 | e6a33f3f3f3f82ae |
EUC-JP | 譽????ぐ | 1110110010100101001111110011111100111111001111111010010010110000 | eca53f3f3f3fa4b0 |
UTF-8 | 譽긺떻掠욆ぐ | 111010001010110110111101111010101011100010111010111010111001011010111011111011111010010110110101111011001001101010000110111000111000000110010000 | e8adbdeab8baeb96bbefa5b5ec9a86e38190 |
UHC | 譽긺떻掠욆ぐ | 111001111110001010110001111001111011011010111011111001011011000110011110111010001010101010110000 | e7e2b1e7b6bbe5b19ee8aab0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)