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 | 饒??驛 | 111010010110000000111111001111111110100110000011 | e9603f3fe983 |
EUC-JP | 饒??驛 | 111100011100000100111111001111111111000111100011 | f1c13f3ff1e3 |
UTF-8 | 饒삣ㅁ驛 | 111010011010010110010010111011001000001010100011111000111000010110000001111010011010100110011011 | e9a592ec82a3e38581e9a99b |
UHC | 饒삣ㅁ驛 | 1110100110101110101110111110010110100100101100011110011010111110 | e9aebbe5a4b1e6be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)