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 | ???猿 | 0011111100111111001111111000100110001110 | 3f3f3f898e |
EUC-JP | ???猿 | 0011111100111111001111111011000111101110 | 3f3f3fb1ee |
UTF-8 | 黎졾뀬猿 | 111011111010011010001001111011001010000110111110111010111000000010101100111001111000110010111111 | efa689eca1beeb80ace78cbf |
UHC | 黎졾뀬猿 | 1110011010110001101000001110010110000101101000101110101010111011 | e6b1a0e585a2eabb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)