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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 錠?咫? | 100011111111100100111111100110100100000000111111 | 8ff93f9a403f |
EUC-JP | 錠?咫? | 101111101111101100111111110100111010000100111111 | befb3fd3a13f |
UTF-8 | 錠렲咫렜 | 111010011000110010100000111010111010000010110010111001011001001010101011111010111010000010011100 | e98ca0eba0b2e592abeba09c |
UHC | 錠렲咫렜 | 1110111111111100100011101011111111110010101000011000111010101110 | effc8ebff2a18eae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)