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 | 俄??芦 | 100010011110001000111111001111111000100010110000 | 89e23f3f88b0 |
EUC-JP | 俄??芦 | 101100101110010000111111001111111011000010110010 | b2e43f3fb0b2 |
UTF-8 | 俄든껸芦 | 111001001011111110000100111010111001001110100000111010101011101110111000111010001000101010100110 | e4bf84eb93a0eabbb8e88aa6 |
UHC | 俄든껸芦 | 1110010010101101101101011110011110110010101110011111101111011000 | e4adb5e7b2b9fbd8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)