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 | ???節?? | 00111111001111110011111110010000110111110011111100111111 | 3f3f3f90df3f3f |
EUC-JP | ???節?? | 00111111001111110011111111000000111000010011111100111111 | 3f3f3fc0e13f3f |
UTF-8 | 溫볣젒節ⓩː | 1110011010111010101010111110101110110011101000111110110010100000100100101110011110101111100000001110001010010011101010011100101110010000 | e6baabebb3a3eca092e7af80e293a9cb90 |
UHC | 溫볣젒節ⓩː | 111010001010111010010011111010011010000010010001111011111011110110101000111001101010001010110000 | e8ae93e9a091efbda8e6a2b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)