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 | 鴨??節?? | 1000101010011011001111110011111110010000110111110011111100111111 | 8a9b3f3f90df3f3f |
EUC-JP | 鴨??節?? | 1011001111111011001111110011111111000000111000010011111100111111 | b3fb3f3fc0e13f3f |
UTF-8 | 鴨뗭뼍節뚪굲 | 111010011011010010101000111010111001011110101101111010111011110010001101111001111010111110000000111010111001101010101010111010101011010110110010 | e9b4a8eb97adebbc8de7af80eb9aaaeab5b2 |
UHC | 鴨뗭뼍節뚪굲 | 111001001110010110001011111011001001011010010101111011111011110110001100111010011000001010010101 | e4e58bec9695efbd8ce98295 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)