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 | ???絶?? | 00111111001111110011111110010000111000100011111100111111 | 3f3f3f90e23f3f |
EUC-JP | 鎣??絶?? | 100011111110010110110010001111110011111111000000111001000011111100111111 | 8fe5b23f3fc0e43f3f |
UTF-8 | 鎣뺧풊絶뺟왎 | 111010011000111010100011111010111011101010100111111011011001001010001010111001111011010110110110111010111011101010011111111011001001100110001110 | e98ea3ebbaa7ed928ae7b5b6ebba9fec998e |
UHC | 鎣뺧풊絶뺟왎 | 111110111010111110010101111011111011111010010000111011111011111010010101111001111001111010111111 | fbaf95efbe90efbe95e79ebf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)