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 | ???潁?? | 00111111001111110011111110011111111100010011111100111111 | 3f3f3f9ff13f3f |
EUC-JP | ???潁?? | 00111111001111110011111111011110111100110011111100111111 | 3f3f3fdef33f3f |
UTF-8 | 轢녻뒡潁욅댌 | 111011111010011010001101111010111000010110111011111010111001001010100001111001101011110110000001111011001001101010000101111010111000110010001100 | efa68deb85bbeb92a1e6bd81ec9a85eb8c8c |
UHC | 轢녻뒡潁욅댌 | 111001101011110010000110111010001000101010011101111001111011100010011110111001111000100010110101 | e6bc86e88a9de7b89ee788b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)