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 | 汚??猿 | 100010011001100000111111001111111000100110001110 | 89983f3f898e |
EUC-JP | 汚??猿 | 101100011111100000111111001111111011000111101110 | b1f83f3fb1ee |
UTF-8 | 汚방뜤猿 | 111001101011000110011010111010111011000010101001111010111001110010100100111001111000110010111111 | e6b19aebb0a9eb9ca4e78cbf |
UHC | 汚방뜤猿 | 1110011111111101101110011110011010001101101001111110101010111011 | e7fdb9e68da7eabb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)