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 | 畏????? | 10001000110110000011111100111111001111110011111100111111 | 88d83f3f3f3f3f |
EUC-JP | 畏??庾?? | 101100001101101000111111001111111000111110111100110011100011111100111111 | b0da3f3f8fbcce3f3f |
UTF-8 | 畏븍쉠庾몌쫲 | 111001111001010110001111111010111011100010001101111011001000100110100000111001011011101010111110111010111010101010001100111011001010101110110010 | e7958febb88dec89a0e5babeebaa8cecabb2 |
UHC | 畏븍쉠庾몌쫲 | 111010001110011010111010111010111011110110101010111010101110110010111000111011111010011010001010 | e8e6baebbdaaeaecb8efa68a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)