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 | 予??雅?? | 1001011101011100001111110011111110001001111010110011111100111111 | 975c3f3f89eb3f3f |
EUC-JP | 予??雅?? | 1100110110111101001111110011111110110010111011010011111100111111 | cdbd3f3fb2ed3f3f |
UTF-8 | 予쀫죨雅욌젵 | 111001001011101010001000111011001000000010101011111011001010001110101000111010011001101110000101111011001001101010001100111011001010000010110101 | e4ba88ec80abeca3a8e99b85ec9a8ceca0b5 |
UHC | 予쀫죨雅욌젵 | 111001011111100010010111111010111010000110000011111001001011101010011110111010111010000010101001 | e5f897eba183e4ba9eeba0a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)