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 | ???\??? | 00111111001111110011111101011100001111110011111100111111 | 3f3f3f5c3f3f3f |
SJIS-WIN | ???\??? | 00111111001111110011111101011100001111110011111100111111 | 3f3f3f5c3f3f3f |
EUC-JP | ???\??? | 00111111001111110011111101011100001111110011111100111111 | 3f3f3f5c3f3f3f |
UTF-8 | 溜븐콉\溜븐콛 | 11101111101001111000101111101011101110001001000011101100101111011000100101011100111011111010011110001011111010111011100010010000111011001011110110011011 | efa78bebb890ecbd895cefa78bebb890ecbd9b |
UHC | 溜븐콉\溜븐콛 | 11101010111111101011101011101100101100011000010101011100111010101111111010111010111011001011000110010100 | eafebaecb1855ceafebaecb194 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)