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 | ?g?猿 | 001111111000001010000111001111111000100110001110 | 3f82873f898e |
EUC-JP | ?g?猿 | 001111111010001111100111001111111011000111101110 | 3fa3e73fb1ee |
UTF-8 | 說g뎡猿 | 111011111010011010100001111011111011110110000111111010111000111010100001111001111000110010111111 | efa6a1efbd87eb8ea1e78cbf |
UHC | 說g뎡猿 | 1110011011110010101000111110011110110101101100101110101010111011 | e6f2a3e7b5b2eabb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)