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 | 赱シ霎樊゚シ | 111001101101111110111100111010001011111010011110111001101101111110111100 | e6dfbce8be9ee6dfbc |
EUC-JP | 赱シ霎樊゚シ | 111011001110000110001110101111001111000011000000110111001110100010001110110111111000111010111100 | ece18ebcf0c0dce88edf8ebc |
UTF-8 | 赱シ霎樊゚シ | 111010001011010110110001111011111011110110111100111010011001110010001110111001101010100010001010111011111011111010011111111011111011110110111100 | e8b5b1efbdbce99c8ee6a88aefbe9fefbdbc |
UHC | ???樊?? | 00111111001111110011111111011011111000000011111100111111 | 3f3f3fdbe03f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)