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 | 渦??塋や? | 100010010101000100111111001111111001101011001000100000101110001000111111 | 89513f3f9ac882e23f |
EUC-JP | 渦??塋や? | 101100011011001000111111001111111101010011001010101001001110010000111111 | b1b23f3fd4caa4e43f |
UTF-8 | 渦욘땯塋や퓘 | 111001101011100010100110111011001001101010011000111010111001010110101111111001011010000110001011111000111000001010000100111011011001001110011000 | e6b8a6ec9a98eb95afe5a18be38284ed9398 |
UHC | 渦욘땯塋や퓘 | 111010001011111010111111111001101000101110000101111001111010101110101010111001001011111110000011 | e8bebfe68b85e7abaae4bf83 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)