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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 譽??^ | 1110011010100011001111110011111101011110 | e6a33f3f5e |
EUC-JP | 譽??^ | 1110110010100101001111110011111101011110 | eca53f3f5e |
UTF-8 | 譽길땯^ | 11101000101011011011110111101010101110001011100011101011100101011010111101011110 | e8adbdeab8b8eb95af5e |
UHC | 譽길땯^ | 11100111111000101011000111100110100010111000010101011110 | e7e2b1e68b855e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)