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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 錠豆? | 1000111111111001100100111010010000111111 | 8ff993a43f |
EUC-JP | 錠豆? | 1011111011111011110001101010011000111111 | befbc6a63f |
UTF-8 | 錠豆렱 | 111010011000110010100000111010001011000110000110111010111010000010110001 | e98ca0e8b186eba0b1 |
UHC | 錠豆렱 | 111011111111110011010100111001111000111010111110 | effcd4e78ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)