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 | ???幄 | 0011111100111111001111111001101111101000 | 3f3f3f9be8 |
EUC-JP | ???幄 | 0011111100111111001111111101011011101010 | 3f3f3fd6ea |
UTF-8 | 썋멊윬幄 | 111011001000110110001011111010111010100110001010111011001001110010101100111001011011100110000100 | ec8d8beba98aec9cace5b984 |
UHC | 썋멊윬幄 | 1001101101111000100100010100001010011111101010111110010011000001 | 9b7891429fabe4c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)