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 | ?筍屆謄? | 0011111111100010101000011001101110011100100100111010001100111111 | 3fe2a19b9c93a33f |
EUC-JP | ?筍屆謄? | 0011111111100100101000111101010111111100110001101010010100111111 | 3fe4a3d5fcc6a53f |
UTF-8 | 뤖筍屆謄렒 | 111010111010010010010110111001111010110110001101111001011011000110000110111010001010110010000100111010111010000010010010 | eba496e7ad8de5b186e8ac84eba092 |
UHC | 뤖筍屆謄렒 | 10001111110001101110001011101100110011001111101011010100111101111000111010100111 | 8fc6e2ecccfad4f78ea7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)