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 | 怏??漱 | 100111001000100100111111001111111001111111111001 | 9c893f3f9ff9 |
EUC-JP | 怏??漱 | 110101111110100100111111001111111101111011111011 | d7e93f3fdefb |
UTF-8 | 怏땯룦漱 | 111001101000000010001111111010111001010110101111111010111010001110100110111001101011110010110001 | e6808feb95afeba3a6e6bcb1 |
UHC | 怏땯룦漱 | 1110010011101000100010111000010110001111100111111110001010101011 | e4e88b858f9fe2ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)