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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
UTF-8 | 뫏뫖묺뫔뭁뫍 | 111010111010101110001111111010111010101110010110111010111010110010111010111010111010101110010100111010111010110110000001111010111010101110001101 | ebab8febab96ebacbaebab94ebad81ebab8d |
UHC | 뫏뫖묺뫔뭁뫍 | 100100011011000110010001101110001001001001001101100100011011011010010010010100001001000110101111 | 91b191b8924d91b6925091af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)