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 | ???U?? | 001111110011111100111111010101010011111100111111 | 3f3f3f553f3f |
SJIS-WIN | ??邵U?? | 00111111001111111110011110111000010101010011111100111111 | 3f3fe7b8553f3f |
EUC-JP | ??邵U?? | 00111111001111111110111010111010010101010011111100111111 | 3f3feeba553f3f |
UTF-8 | 쐛숰邵U쐛숰 | 11101100100100001001101111101100100010001011000011101001100000101011010101010101111011001001000010011011111011001000100010110000 | ec909bec88b0e982b555ec909bec88b0 |
UHC | 쐛숰邵U쐛숰 | 1001110010000001100110100100100011100001110100000101010110011100100000011001101001001000 | 9c819a48e1d0559c819a48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)