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 | ???饒?? | 00111111001111110011111111101001011000000011111100111111 | 3f3f3fe9603f3f |
EUC-JP | ???饒?? | 00111111001111110011111111110001110000010011111100111111 | 3f3f3ff1c13f3f |
UTF-8 | 歷㏆풊饒쀯슨 | 111011111010011010001100111000111000111110000110111011011001001010001010111010011010010110010010111011001000000010101111111011001000101010101000 | efa68ce38f86ed928ae9a592ec80afec8aa8 |
UHC | 歷㏆풊饒쀯슨 | 111001101011100010100111111011111011111010010000111010011010111010010111111011111011110110111100 | e6b8a7efbe90e9ae97efbdbc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)