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 | ?噫?葦 | 001111111001101010000000001111111000100010101111 | 3f9a803f88af |
EUC-JP | ?噫?葦 | 001111111101001111100000001111111011000010110001 | 3fd3e03fb0b1 |
UTF-8 | 뤌噫쩡葦 | 111010111010010010001100111001011001100110101011111011001010100110100001111010001001000110100110 | eba48ce599abeca9a1e891a6 |
UHC | 뤌噫쩡葦 | 1000111110111100111111011110110111000010110001001110101011011000 | 8fbcfdedc2c4ead8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)