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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ???悠? | 001111110011111100111111100101110100100100111111 | 3f3f3f97493f |
EUC-JP | ???悠? | 001111110011111100111111110011011010101000111111 | 3f3f3fcdaa3f |
UTF-8 | 筽삳뭺悠턊 | 111001111010110110111101111011001000001010110011111010111010110110111010111001101000001010100000111011011000010010001010 | e7adbdec82b3ebadbae682a0ed848a |
UHC | 筽삳뭺悠턊 | 11101000101001001011101111101011100100101000100111101010111011011011011001000110 | e8a4bbeb9289eaedb646 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)