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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?芍??瞭 | 00111111111001001000100100111111001111111001011111000100 | 3fe4893f3f97c4 |
EUC-JP | ?芍??瞭 | 00111111111001111110100100111111001111111100111011000110 | 3fe7e93f3fcec6 |
UTF-8 | 돈芍뤔퉈瞭 | 111010111000111110001000111010001000101010001101111010111010010010010100111011011000100110001000111001111001111010101101 | eb8f88e88a8deba494ed8988e79ead |
UHC | 돈芍뤔퉈瞭 | 10110101101101111110110111001011100011111100010011000101111111011101011011111100 | b5b7edcb8fc4c5fdd6fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)