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 | ??ゴ?悸 | 00111111001111111000001101010011001111111001110010100111 | 3f3f83533f9ca7 |
EUC-JP | ??ゴ?悸 | 00111111001111111010010110110100001111111101100010101001 | 3f3fa5b43fd8a9 |
UTF-8 | 룶콓ゴ룴悸 | 111010111010001110110110111011001011110110010011111000111000001010110100111010111010001110110100111001101000001010111000 | eba3b6ecbd93e382b4eba3b4e682b8 |
UHC | 룶콓ゴ룴悸 | 10001111101010111011000110001111101010111011010010001111101010011100110011111011 | 8fabb18fabb48fa9ccfb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)