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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 逸?穽? | 100010001110110100111111111000100111011000111111 | 88ed3fe2763f |
EUC-JP | 逸?穽? | 101100001110111100111111111000111101011100111111 | b0ef3fe3d73f |
UTF-8 | 逸렠穽큠 | 111010011000000010111000111010111010000010100000111001111010100110111101111011011000000110100000 | e980b8eba0a0e7a9bded81a0 |
UHC | 逸렠穽큠 | 1110110011101111100011101011000111101111111100001100010110101000 | ecef8eb1eff0c5a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)