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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ????菖?? | 0011111100111111001111110011111110001111110100100011111100111111 | 3f3f3f3f8fd23f3f |
EUC-JP | ????菖?? | 0011111100111111001111110011111110111110110101000011111100111111 | 3f3f3f3fbed43f3f |
UTF-8 | 뤙굴법롔菖렱섣 | 111010111010010010011001111010101011010110110100111010111011001010010101111010111010000110010100111010001000111110010110111010111010000010110001111011001000010010100011 | eba499eab5b4ebb295eba194e88f96eba0b1ec84a3 |
UHC | 뤙굴법롔菖렱섣 | 1000111111001000101100011011110010111001111111011000111011011000111100111110111010001110101111101011110010110010 | 8fc8b1bcb9fd8ed8f3ee8ebebcb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)