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??? | 00111111001111110011111101101000001111110011111100111111 | 3f3f3f683f3f3f |
SJIS-WIN | 霓??h霓?? | 111010001011110100111111001111110110100011101000101111010011111100111111 | e8bd3f3f68e8bd3f3f |
EUC-JP | 霓??h霓?? | 111100001011111100111111001111110110100011110000101111110011111100111111 | f0bf3f3f68f0bf3f3f |
UTF-8 | 霓뉕탢h霓뉕탢 | 11101001100111001001001111101011100010011001010111101101100000111010001001101000111010011001110010010011111010111000100110010101111011011000001110100010 | e99c93eb8995ed83a268e99c93eb8995ed83a2 |
UHC | 霓뉕탢h霓뉕탢 | 11100111111001111000011111101010101101011000010101101000111001111110011110000111111010101011010110000101 | e7e787eab58568e7e787eab585 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)