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 | 橈??節ф? | 100111101111010000111111001111111001000011011111100001001000011000111111 | 9ef43f3f90df84863f |
EUC-JP | 橈??節ф? | 110111001111011000111111001111111100000011100001101001111110011000111111 | dcf63f3fc0e1a7e63f |
UTF-8 | 橈롦쳛節ф뱮 | 1110011010101001100010001110101110100001101001101110110010110011100110111110011110101111100000001101000110000100111010111011000110101110 | e6a988eba1a6ecb39be7af80d184ebb1ae |
UHC | 橈롦쳛節ф뱮 | 111010001111101010001110111001101010101110000001111011111011110110101100111001101001001110010100 | e8fa8ee6ab81efbdace69394 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)