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 | ?????〓? | 0011111100111111001111110011111100111111100000011010110000111111 | 3f3f3f3f3f81ac3f |
EUC-JP | ?????〓? | 0011111100111111001111110011111100111111101000101010111000111111 | 3f3f3f3f3fa2ae3f |
UTF-8 | 룴찹룵쾹㈒〓룫 | 111010111010001110110100111011001011000010111001111010111010001110110101111011001011111010111001111000111000100010010010111000111000000010010011111010111010001110101011 | eba3b4ecb0b9eba3b5ecbeb9e38892e38093eba3ab |
UHC | 룴찹룵쾹㈒〓룫 | 1000111110101001110000101111110110001111101010101011001010001111101010011100001110100001111010111000111110100010 | 8fa9c2fd8faab28fa9c3a1eb8fa2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)