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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ???節よ?^ | 001111110011111100111111100100001101111110000010111001100011111101011110 | 3f3f3f90df82e63f5e |
EUC-JP | ???節よ?^ | 001111110011111100111111110000001110000110100100111010000011111101011110 | 3f3f3fc0e1a4e83f5e |
UTF-8 | 若듣떋節よ솦^ | 11101111101001011011010011101011100100111010001111101011100101101000101111100111101011111000000011100011100000101000100011101100100001101010011001011110 | efa5b4eb93a3eb968be7af80e38288ec86a65e |
UHC | 若듣떋節よ솦^ | 11100101101011101011010111101000100010111010000111101111101111011010101011101000100110011001111101011110 | e5aeb5e88ba1efbdaae8999f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)