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 | 絶??壯⑧? | 100100001110001000111111001111111001101011100001100001110100011100111111 | 90e23f3f9ae187473f |
EUC-JP | 絶??壯?? | 1100000011100100001111110011111111010100111000110011111100111111 | c0e43f3fd4e33f3f |
UTF-8 | 絶앾풙壯⑧뒯 | 111001111011010110110110111011001001010110111110111011011001001010011001111001011010001110101111111000101001000110100111111010111001001010101111 | e7b5b6ec95beed9299e5a3afe291a7eb92af |
UHC | 絶앾풙壯⑧뒯 | 111011111011111010011101111011111011111010011100111011011110000010101000111011101000101010101000 | efbe9defbe9cede0a8ee8aa8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)