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 | ???M?? | 001111110011111100111111010011010011111100111111 | 3f3f3f4d3f3f |
SJIS-WIN | ???M?? | 001111110011111100111111010011010011111100111111 | 3f3f3f4d3f3f |
EUC-JP | ???M?? | 001111110011111100111111010011010011111100111111 | 3f3f3f4d3f3f |
UTF-8 | 혪첸혬M혪첸 | 11101101100110001010101011101100101100101011100011101101100110001010110001001101111011011001100010101010111011001011001010111000 | ed98aaecb2b8ed98ac4ded98aaecb2b8 |
UHC | 혪첸혬M혪첸 | 1100001010010010110000111011111011000010100101000100110111000010100100101100001110111110 | c292c3bec2944dc292c3be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)