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 | ?H?????? | 0011111101001000001111110011111100111111001111110011111100111111 | 3f483f3f3f3f3f3f |
SJIS-WIN | ?H?????? | 0011111101001000001111110011111100111111001111110011111100111111 | 3f483f3f3f3f3f3f |
EUC-JP | ?H?????? | 0011111101001000001111110011111100111111001111110011111100111111 | 3f483f3f3f3f3f3f |
UTF-8 | 뭒H뫒묱뫛묰묺뫏 | 11101011101011011001001001001000111010111010101110010010111010111010110010110001111010111010101110011011111010111010110010110000111010111010110010111010111010111010101110001111 | ebad9248ebab92ebacb1ebab9bebacb0ebacbaebab8f |
UHC | 뭒H뫒묱뫛묰묺뫏 | 100100100101101001001000100100011011010010010010010010001001000110111011100100100100011110010010010011011001000110110001 | 925a4891b4924891bb9247924d91b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)