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 | 茯у喉鐔 | 1110010010101000100001001000010110001101010000011110100001011100 | e4a884858d41e85c |
EUC-JP | 茯у喉鐔 | 1110100010101010101001111110010110111001101000101110111110111101 | e8aaa7e5b9a2efbd |
UTF-8 | 茯у喉鐔 | 1110100010001100101011111101000110000011111001011001011010001001111010011001000010010100 | e88cafd183e59689e99094 |
UHC | 茯у喉? | 11011100110110101010110011100101111111011010101000111111 | dcdaace5fdaa3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)