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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ??????猿 | 0011111100111111001111110011111100111111001111111000100110001110 | 3f3f3f3f3f3f898e |
EUC-JP | ??????猿 | 0011111100111111001111110011111100111111001111111011000111101110 | 3f3f3f3f3f3fb1ee |
UTF-8 | 列룸쑜理덂쑵猿 | 111011111010011010011100111010111010001110111000111011001001000110011100111011111010011110100100111010111000110110000010111011001001000110110101111001111000110010111111 | efa69ceba3b8ec919cefa7a4eb8d82ec91b5e78cbf |
UHC | 列룸쑜理덂쑵猿 | 1110011011101010101101111110101110011100101110111110110010110101100010001110010110111110101010101110101010111011 | e6eab7eb9cbbecb588e5beaaeabb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)