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 | 鴨??猿ュ? | 100010101001101100111111001111111000100110001110100000111000010100111111 | 8a9b3f3f898e83853f |
EUC-JP | 鴨??猿ュ? | 101100111111101100111111001111111011000111101110101001011110010100111111 | b3fb3f3fb1eea5e53f |
UTF-8 | 鴨뱀빍猿ュ궟 | 111010011011010010101000111010111011000110000000111010111011100110001101111001111000110010111111111000111000001110100101111010101011011010011111 | e9b4a8ebb180ebb98de78cbfe383a5eab69f |
UHC | 鴨뱀빍猿ュ궟 | 111001001110010110111001111011001001010110110010111010101011101110101011111001011000001010110010 | e4e5b9ec95b2eabbabe582b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)