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 | リ酖鶴アイ鴈 | 1111000111111011110110001110011111000011111111000100100110110001101100101110100111101100 | f1fbd8e7c3fc49b1b2e9ec |
EUC-JP | ?リ酖?アイ鴈 | 001111111000111011011000111011101100010100111111100011101011000110001110101100101111001011101110 | 3f8ed8eec53f8eb18eb2f2ee |
UTF-8 | リ酖鶴アイ鴈 | 111011101000010110110110111011111011111010011000111010011000010110010110111011111010100010101101111011111011110110110001111011111011110110110010111010011011010010001000 | ee85b6efbe98e98596efa8adefbdb1efbdb2e9b488 |
UHC | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)