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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 逵育ョ | 1110011110011100100010001110011110101110 | e79c88e7ae |
EUC-JP | 逵育ョ | 111011011111110010110000111010011000111010101110 | edfcb0e98eae |
UTF-8 | 逵育ョ | 111010011000000010110101111010001000001010110010111011111011110110101110 | e980b5e882b2efbdae |
UHC | 逵育? | 1101000010110000111010111100000000111111 | d0b0ebc03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)