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 | 宜?圓? | 100010110101100000111111100110101010001000111111 | 8b583f9aa23f |
EUC-JP | 宜?圓? | 101101011011100100111111110101001010010000111111 | b5b93fd4a43f |
UTF-8 | 宜렞圓괠 | 111001011010111010011100111010111010000010011110111001011001110010010011111010101011010010100000 | e5ae9ceba09ee59c93eab4a0 |
UHC | 宜렞圓괠 | 1110101111110001100011101010111111101010101011011011000110100111 | ebf18eafeaadb1a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)