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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
EUC-JP | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
UTF-8 | 렻ㅔ뵀ㅔ거ㅔ매 | 111010111010000010111011111000111000010110010100111010111011010110000000111000111000010110010100111010101011000110110000111000111000010110010100111010111010011110100100 | eba0bbe38594ebb580e38594eab1b0e38594eba7a4 |
UHC | 렻ㅔ뵀ㅔ거ㅔ매 | 1000111011000011101001001100010010111010110001011010010011000100101100001100010110100100110001001011100011000101 | 8ec3a4c4bac5a4c4b0c5a4c4b8c5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)