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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 容??僥 | 100101110110010100111111001111111001100101000110 | 97653f3f9946 |
EUC-JP | 容??僥 | 110011011100011000111111001111111101000110100111 | cdc63f3fd1a7 |
UTF-8 | 容묇툋僥 | 111001011010111010111001111010111010110010000111111011011000100010001011111001011000001110100101 | e5aeb9ebac87ed888be583a5 |
UHC | 容묇툋僥 | 1110100110111011100100011110010010111000100000111110100011101001 | e9bb91e4b883e8e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)