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 | 濵ィ軏醐鈺遏 | 1111101101001101101010001111101110110010100011001110110111111011110001001110011110011111 | fb4da8fbb28cedfbc4e79f |
EUC-JP | 濵ィ軏醐鈺遏 | 100011111100100110100110100011101010100010001111111000001101100110111000111011111000111111100011110101011110111010100001 | 8fc9a68ea88fe0d9b8ef8fe3d5eea1 |
UTF-8 | 濵ィ軏醐鈺遏 | 111001101011111110110101111011111011110110101000111010001011101110001111111010011000011010010000111010011000100010111010111010011000000110001111 | e6bfb5efbda8e8bb8fe98690e988bae9818f |
UHC | ????鈺? | 00111111001111110011111100111111111010001010110100111111 | 3f3f3f3fe8ad3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)