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 | 製??耿?富 | 100100001011101100111111001111111110001111010100001111111001010101111000 | 90bb3f3fe3d43f9578 |
EUC-JP | 製?饔耿?富 | 1100000010111101001111111000111111101000111011111110011011010110001111111100100111011001 | c0bd3f8fe8efe6d63fc9d9 |
UTF-8 | 製렩饔耿롚富 | 111010001010001110111101111010111010000010101001111010011010010110010100111010001000000010111111111010111010000110011010111001011010111110001100 | e8a3bdeba0a9e9a594e880bfeba19ae5af8c |
UHC | 製렩饔耿롚富 | 111100001011001010001110101101111110100010111101110011001110101010001110110111101101110110100011 | f0b28eb7e8bdccea8ededda3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)