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 | 彗??饒?? | 1001110001100001001111110011111111101001011000000011111100111111 | 9c613f3fe9603f3f |
EUC-JP | 彗??饒?? | 1101011111000010001111110011111111110001110000010011111100111111 | d7c23f3ff1c13f3f |
UTF-8 | 彗륃궋饒륃뼅 | 111001011011110110010111111010111010010110000011111010101011011010001011111010011010010110010010111010111010010110000011111010111011110010000101 | e5bd97eba583eab68be9a592eba583ebbc85 |
UHC | 彗륃궋饒륃뼅 | 111110111011001010001111111011101000001010100010111010011010111010001111111011101001011010001111 | fbb28fee82a2e9ae8fee968f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)