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 | ???肄?? | 00111111001111110011111111100011111001010011111100111111 | 3f3f3fe3e53f3f |
EUC-JP | ???肄?? | 00111111001111110011111111100110111001110011111100111111 | 3f3f3fe6e73f3f |
UTF-8 | 蓮울퐜肄뽭툣 | 111011111010011010011001111011001001101010111000111011011001000010011100111010001000001010000100111010111011110110101101111011011000100010100011 | efa699ec9ab8ed909ce88284ebbdaded88a3 |
UHC | 蓮울퐜肄뽭툣 | 111001101110010110111111111011111011110110000110111011001011110110010110111010011011100010011010 | e6e5bfefbd86ecbd96e9b89a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)