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 | 弱????? | 10001110111000110011111100111111001111110011111100111111 | 8ee33f3f3f3f3f |
EUC-JP | 弱????? | 10111100111001010011111100111111001111110011111100111111 | bce53f3f3f3f3f |
UTF-8 | 弱욃츒了묉꼇 | 111001011011110010110001111011001001101010000011111011001011100010010010111011111010011010111010111010111010110010001001111010101011110010000111 | e5bcb1ec9a83ecb892efa6baebac89eabc87 |
UHC | 弱욃츒了묉꼇 | 111001011011000010011110111001011010111010001101111010001110011110010001111001101011001010111011 | e5b09ee5ae8de8e791e6b2bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)