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 | 罌??二?? | 1110001110100000001111110011111110010011111100010011111100111111 | e3a03f3f93f13f3f |
EUC-JP | 罌??二?? | 1110011010100010001111110011111111000110111100110011111100111111 | e6a23f3fc6f33f3f |
UTF-8 | 罌븍떴二며독 | 111001111011110110001100111010111011100010001101111010111001011010110100111001001011101010001100111010111010100110110000111010111000111110000101 | e7bd8cebb88deb96b4e4ba8ceba9b0eb8f85 |
UHC | 罌븍떴二며독 | 111001011010001010111010111010111011011010111001111011001010001110111000111001111011010110110110 | e5a2baebb6b9eca3b8e7b5b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)