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 | 孃の?? | 100110110110111110000010110011000011111100111111 | 9b6f82cc3f3f |
EUC-JP | 孃の?? | 110101011101000010100100110011100011111100111111 | d5d0a4ce3f3f |
UTF-8 | 孃の밸눍 | 111001011010110110000011111000111000000110101110111010111011000010111000111010111000100010001101 | e5ad83e381aeebb0b8eb888d |
UHC | 孃の밸눍 | 1110010110111110101010101100111010111001111010111000011110101001 | e5beaaceb9eb87a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)