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 | ?????\ | 001111110011111100111111001111110011111101011100 | 3f3f3f3f3f5c |
SJIS-WIN | ?ろ?恁?\ | 0011111110000010111010110011111110011100100011000011111101011100 | 3f82eb3f9c8c3f5c |
EUC-JP | ?ろ?恁?\ | 0011111110100100111011010011111111010111111011000011111101011100 | 3fa4ed3fd7ec3f5c |
UTF-8 | 淋ろ슜恁쿗\ | 11101111101001111011010111100011100000101000110111101100100010101001110011100110100000011000000111101100101111111001011101011100 | efa7b5e3828dec8a9ce68181ecbf975c |
UHC | 淋ろ슜恁쿗\ | 1110110011111000101010101110110110011010101010011110110011110110101100110100110001011100 | ecf8aaed9aa9ecf6b34c5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)