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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
UTF-8 | 둔媤재둔 | 111010111001000110010100111001011010101010100100111011001001111010101100111010111001000110010100 | eb9194e5aaa4ec9eaceb9194 |
UHC | 둔媤재둔 | 1011010111010000111000111011100011000000111001111011010111010000 | b5d0e3b8c0e7b5d0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)