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 | ??H??? | 001111110011111101001000001111110011111100111111 | 3f3f483f3f3f |
SJIS-WIN | ?療H??航 | 0011111110010111110000110100100000111111001111111000110101110001 | 3f97c3483f3f8d71 |
EUC-JP | ?療H??航 | 0011111111001110110001010100100000111111001111111011100111010010 | 3fcec5483f3fb9d2 |
UTF-8 | 뤒療H죴쫬航 | 11101011101001001001001011100111100110011000001001001000111011001010001110110100111011001010101110101100111010001000100010101010 | eba492e7998248eca3b4ecabace888aa |
UHC | 뤒療H죴쫬航 | 1000111111000010110101101111101101001000101000011000111111000010110101011111100111111110 | 8fc2d6fb48a18fc2d5f9fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)