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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
UTF-8 | 裂붺날醴녕뱮 | 111011111010011010100000111010111011011010111010111010111000001010100000111011111010011010110111111010111000010110010101111010111011000110101110 | efa6a0ebb6baeb82a0efa6b7eb8595ebb1ae |
UHC | 裂붺날醴녕뱮 | 111001101111000110010100111001111011001110101111111001111110010010110011111001111001001110010100 | e6f194e7b3afe7e4b3e79394 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)