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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 鈺蒔鋙リ骼ョ | 11111011110001001000111010101010111110111101000111011000111010011000111010101110 | fbc48eaafbd1d8e98eae |
EUC-JP | 鈺蒔鋙リ骼ョ | 1000111111100011110101011011110010101100100011111110010011000011100011101101100011110001111011101000111010101110 | 8fe3d5bcac8fe4c38ed8f1ee8eae |
UTF-8 | 鈺蒔鋙リ骼ョ | 111010011000100010111010111010001001001010010100111010011000101110011001111011111011111010011000111010011010101010111100111011111011110110101110 | e988bae89294e98b99efbe98e9aabcefbdae |
UHC | 鈺蒔???? | 1110100010101101111000111100100000111111001111110011111100111111 | e8ade3c83f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)