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?? | 001111110011111100111111011010000011111100111111 | 3f3f3f683f3f |
SJIS-WIN | ???h?? | 001111110011111100111111011010000011111100111111 | 3f3f3f683f3f |
EUC-JP | ???h?? | 001111110011111100111111011010000011111100111111 | 3f3f3f683f3f |
UTF-8 | 앉렻섬h앉렻 | 11101100100101011000100111101011101000001011101111101100100001001010110001101000111011001001010110001001111010111010000010111011 | ec9589eba0bbec84ac68ec9589eba0bb |
UHC | 앉렻섬h앉렻 | 1011111011001001100011101100001110111100101101100110100010111110110010011000111011000011 | bec98ec3bcb668bec98ec3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)