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 | ??健モ?手 | 001111110011111110001100100100101000001110000010001111111000111011101000 | 3f3f8c9283823f8ee8 |
EUC-JP | ??健モ?手 | 001111110011111110110111111100101010010111100010001111111011110011101010 | 3f3fb7f2a5e23fbcea |
UTF-8 | 룵엑健モ룶手 | 111010111010001110110101111011001001011110010001111001011000000110100101111000111000001110100010111010111010001110110110111001101000100110001011 | eba3b5ec9791e581a5e383a2eba3b6e6898b |
UHC | 룵엑健モ룶手 | 100011111010101010111111101000101100101111101101101010111110001010001111101010111110001010100010 | 8faabfa2cbedabe28fabe2a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)