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苑?? | 100010011001000100111111001111110110100010001001100100010011111100111111 | 89913f3f6889913f3f |
EUC-JP | 苑??h苑?? | 101100011111000100111111001111110110100010110001111100010011111100111111 | b1f13f3f68b1f13f3f |
UTF-8 | 苑숆콖h苑숆콖 | 11101000100010111001000111101100100010001000011011101100101111011001011001101000111010001000101110010001111011001000100010000110111011001011110110010110 | e88b91ec8886ecbd9668e88b91ec8886ecbd96 |
UHC | 苑숆콖h苑숆콖 | 11101010101111011001100111101010101100011001000001101000111010101011110110011001111010101011000110010000 | eabd99eab19068eabd99eab190 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)