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 | 轢ィ荵樊嵩辯 | 1110011110000000101010001110010010111001100111101110011010010000100100111110011110000111 | e780a8e4b99ee69093e787 |
EUC-JP | 轢ィ荵樊嵩辯 | 111011011110000010001110101010001110100010111011110111001110100010111111111100111110110111100111 | ede08ea8e8bbdce8bff3ede7 |
UTF-8 | 轢ィ荵樊嵩辯 | 111010001011110110100010111011111011110110101000111010001000110110110101111001101010100010001010111001011011010110101001111010001011111010101111 | e8bda2efbda8e88db5e6a88ae5b5a9e8beaf |
UHC | 轢??樊嵩辯 | 11010101111110010011111100111111110110111110000011100011101000011101110010101010 | d5f93f3fdbe0e3a1dcaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)